Get Achievements
Gets a list of Achievements for the Logged in Learner.
query getAchievements {
achievements {
edges {
node {
id
achievementType {
id
name
}
achievedAt
expiresAt
lifecycleState
identifier
registerable {
id
title
}
certificateUrl
documentUrls
documentIds
}
}
}
}